﻿2026-06-15T08:20:37.2322996Z ##[group]Run actions/checkout@v5
2026-06-15T08:20:37.2323787Z with:
2026-06-15T08:20:37.2324113Z   fetch-depth: 0
2026-06-15T08:20:37.2324589Z   repository: SaberMage/spt-core
2026-06-15T08:20:37.2327834Z   token: ***
2026-06-15T08:20:37.2328162Z   ssh-strict: true
2026-06-15T08:20:37.2328525Z   ssh-user: git
2026-06-15T08:20:37.2328965Z   persist-credentials: true
2026-06-15T08:20:37.2329355Z   clean: true
2026-06-15T08:20:37.2329677Z   sparse-checkout-cone-mode: true
2026-06-15T08:20:37.2330072Z   fetch-tags: false
2026-06-15T08:20:37.2330401Z   show-progress: true
2026-06-15T08:20:37.2330737Z   lfs: false
2026-06-15T08:20:37.2331053Z   submodules: false
2026-06-15T08:20:37.2331379Z   set-safe-directory: true
2026-06-15T08:20:37.2331916Z ##[endgroup]
2026-06-15T08:20:37.4226302Z Syncing repository: SaberMage/spt-core
2026-06-15T08:20:37.4227609Z ##[group]Getting Git version info
2026-06-15T08:20:37.4228149Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T08:20:37.4445849Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T08:20:37.4651940Z git version 2.43.0.windows.1
2026-06-15T08:20:37.4678508Z ##[endgroup]
2026-06-15T08:20:37.4686447Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\7620ce07-0000-427e-b1ca-69d0b2a25fc0\.gitconfig'
2026-06-15T08:20:37.4700764Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7620ce07-0000-427e-b1ca-69d0b2a25fc0' before making global git config changes
2026-06-15T08:20:37.4701863Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T08:20:37.4707222Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T08:20:37.4949280Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T08:20:37.5135682Z https://github.com/SaberMage/spt-core
2026-06-15T08:20:37.5163770Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T08:20:37.5168551Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T08:20:37.5369410Z refs/heads/main
2026-06-15T08:20:37.5397730Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-15T08:20:37.5706245Z HEAD is now at b976c4d ci: share mold artifacts across both Linux jobs (n1-gate reuses test's build)
2026-06-15T08:20:37.6214332Z ##[endgroup]
2026-06-15T08:20:37.6218763Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T08:20:37.9783811Z ##[group]Cleaning the repository
2026-06-15T08:20:37.9787815Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T08:20:43.2849113Z Removing .adapter-notify/
2026-06-15T08:20:43.2849939Z Removing target/
2026-06-15T08:20:43.2885694Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T08:20:43.3314792Z HEAD is now at b976c4d ci: share mold artifacts across both Linux jobs (n1-gate reuses test's build)
2026-06-15T08:20:43.3344284Z ##[endgroup]
2026-06-15T08:20:43.3346978Z ##[group]Disabling automatic garbage collection
2026-06-15T08:20:43.3353036Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T08:20:43.3603446Z ##[endgroup]
2026-06-15T08:20:43.3603921Z ##[group]Setting up auth
2026-06-15T08:20:43.3610933Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T08:20:43.3876993Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T08:20:43.7583691Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T08:20:43.7813739Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T08:20:44.1427891Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T08:20:44.1647098Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T08:20:44.5310681Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T08:20:44.5632108Z ##[endgroup]
2026-06-15T08:20:44.5632784Z ##[group]Fetching the repository
2026-06-15T08:20:44.5640653Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-15T08:20:45.7098460Z From https://github.com/SaberMage/spt-core
2026-06-15T08:20:45.7098924Z    b976c4d..48883b3  main       -> origin/main
2026-06-15T08:20:45.7223350Z [command]"c:\program files\git\cmd\git.exe" branch --list --remote origin/main
2026-06-15T08:20:45.7430445Z   origin/main
2026-06-15T08:20:45.7462558Z [command]"c:\program files\git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-06-15T08:20:45.7661619Z 48883b3dc43e0d620b3fbea0914affb67c2eca4b
2026-06-15T08:20:45.7690596Z ##[endgroup]
2026-06-15T08:20:45.7690970Z ##[group]Determining the checkout info
2026-06-15T08:20:45.7691788Z ##[endgroup]
2026-06-15T08:20:45.7696840Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T08:20:45.8014602Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T08:20:45.8273597Z ##[group]Checking out the ref
2026-06-15T08:20:45.8278360Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-15T08:20:45.8756602Z branch 'main' set up to track 'origin/main'.
2026-06-15T08:20:45.8756946Z Your branch is up to date with 'origin/main'.
2026-06-15T08:20:45.8757443Z Previous HEAD position was b976c4d ci: share mold artifacts across both Linux jobs (n1-gate reuses test's build)
2026-06-15T08:20:45.8757862Z Switched to and reset branch 'main'
2026-06-15T08:20:45.8781485Z ##[endgroup]
2026-06-15T08:20:45.9042321Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T08:20:45.9270706Z 48883b3dc43e0d620b3fbea0914affb67c2eca4b
